home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr01 / me601.zip / MEDEMO.ZIP / DOSPROMP.BAT < prev    next >
DOS Batch File  |  1992-10-23  |  599b  |  16 lines

  1. : Some earlier versions of DOS did not support the @ECHO OFF command.
  2. : If you get a Bad command or file name, simply remove the "@" from the
  3. : next line.
  4. @Echo off
  5. : You can use the echo statement below on most versions of COMMAND.COM,
  6. : which will have the advantage of dropping down to the line below the
  7. : previously entered DOS command.  If using this looks bad, simply remove
  8. : the next line.
  9. Echo:
  10. Echo Type "EXIT" to return to Multi-Edit
  11. PROMPT (Multi-Edit)%PROMPT%
  12. : Check to see if 4Dos is being used as a command interpreter
  13. If "%1" == "__4DOS__" Goto Exit
  14. %comspec%
  15. :Exit
  16.